************************************************************************************

This folder contains the example codes for 16 bit Host Read and Host Write 
operation in Little Endian format for Acknowledge Mode in both in C and Assembly for ADSP-BF54x Processors.

EZ-Kit Lite Switch Settings:
---------------------------

ADSP-BF537 EZ-Kit Lite
-----------------------

SW6	 - Position 4 OFF


ADSP-BF548 EZ-Kit Lite signals on header P3
--------------------------------------------

SW2  - All off
SW4  - All off
SW5  - Position 4 off
SW17 - Position 3 off
JP2  - Do not install

Pull up of 4.7K ohm is required on HACK/ signal

Description:
------------


The required configuration either Host Write or Host Read is selected by the #define in the main.c file of the Host Project. 

For Host write operations, look for data in location 0xFF900060 and for Host Read operation fill the data at location 0xFF900060, 
so that Host reads this and places in DataIn buffer.
